home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / cnet / ansi_pack.lha / !READ_ME_NOW! next >
Text File  |  1996-12-04  |  4KB  |  92 lines

  1. ============================================================================
  2.    $VER: ANSI Pack README File, v1.20 (4-Dec-96) by Dotoran of Frontiers!
  3. ============================================================================
  4.  
  5.     This archive contains a NEW, UP TO DATE Amiga ANSI Codes list that lists
  6. NUMEROUS codes that have not appeared in any other file of this type.
  7.  
  8.     The "ANSI_List" file is an extensive article on HOW to USE the Amiga
  9. ANSI codes with/for CNet Amiga BBS. It includes long descriptions of close
  10. to 30 known ANSI codes. (Close to 50 known DERIVATIVES!)
  11.  
  12.     The "ANSI_List2" file is a COMPRESSED version ANSI_List. It was written
  13. to sit nicely on ONE sheet of paper, yet gives as much information as was
  14. possible for ALL ANSI Codes discussed in the original article file.
  15.  
  16.     The last three files in this archive are a BONUS! Thanks for downloading
  17. this file! Here's what they do:
  18.  
  19.     The "RunArexx" file is used to add a new command, "RUNA", into your CNet
  20. Amiga BBS.  Where the existing "run" command is used to execute a "C" code
  21. pfile, this program is used to run an Arexx pfile.
  22.  
  23.     The "PrintPAR" file is used to add a new command, "PRT", into your CNet
  24. Amiga BBS.  This command will copy files to your printer using the PAR:
  25. device. If you've ever tried to print out some screen graphics in CNet that
  26. contained IBM Graphics Characters, you may have discovered that the Graphic
  27. Characters printed out as oddball looking ascii characters. By copying a file
  28. to the PAR: device, like this:
  29.  
  30.             1> copy path/filename PAR:
  31.  
  32.     Any IBM Graphic Characters contained within the file are printed out on
  33. the printer as such. This command is used just like the "run" commands in
  34. that all you need to do is type the "path/filename" at the prompt and press
  35. RETURN/ENTER to copy the file over to PAR:.
  36.  
  37.     WARNING: Remember to MAKE SURE your PRINTER is turned ON before using
  38.              this command, or else you're CNet port will just hang there...
  39.  
  40.     The "CheatSheet" file gives you something to do with your new "PRT"
  41. command. What the "CheatSheet" is is a Cheat Sheet for Using CNet BBS from
  42. a SysOps standpoint. It lists such information as MCI Color Codes, ANSI Color
  43. Codes, MCI Environment Values, MCI Jump Commands, Common GETUSER Values, and
  44. MORE!!! It's only about 40 to 50 lines long and uses the IBM Line Characters
  45. to separate each section of data. Simply tape this "CheatSheet" somewhere
  46. within eye shot to locate this info in an instant!
  47.  
  48. Installing the Commands:
  49. ~~~~~~~~~~~~~~~~~~~~~~~
  50.     To install these new commands into CNet Amiga, start by moving both files
  51. "RunArexx" and "PrintPAR" into your DOORS: directory.
  52.  
  53.     Next, load BBSMENU into a text editor and add the following two lines to
  54. the END of Menu # 1 (Maintenance Menu):
  55.  
  56.                 RUNA, RUNArexx   |   {#0doors:RunArexx}
  57.                                      ^
  58.                                  Control-Q
  59.  
  60.  
  61.                 PRT, PRinTer      |   {#0doors:PrintPAR}
  62.                                       ^
  63.                                   Control-Q
  64.  
  65.     Note how the CAPITAL Letters appear in the command descriptors. They
  66. should MATCH the short forms. Also, the long form of "RUNA" must remain as
  67. ONE word, else CNet will interpret it as: "Load and Run the C file Arexx"
  68. in which case no such file would be found, and you'd be returned to your
  69. CNet: Prompt.
  70.  
  71.     You can specify the argument to both of these commands by following each
  72. command with at least ONE space, before typing your argument, as shown in
  73. these examples:
  74.  
  75.         CNet: runa doors:atm_bank
  76.  
  77.                     - Would load and run the Arexx file ATM_Bank.
  78.  
  79.         CNet: prt cnet:CheatSheet
  80.  
  81.                     - Would copy the file CheatSheet to PAR:
  82.  
  83.     Lastly, because these commands reside in the Maintenance Directory, they
  84. can also be used from ANYWHERE in your BBS, not just the CNet: prompt.
  85.  
  86.     Well, that's it! Enjoy the files, and I hope you can learn some new ANSI
  87. codes in the process!
  88.                                                                 - Dotoran
  89. ============================================================================
  90.                    Call Frontiers BBS (716)/823-9892!
  91. ============================================================================
  92.